Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / SelectedItemChanged Property

In This Topic
    SelectedItemChanged Property (C1AutoComplete<T>)
    In This Topic
    Gets or sets the callback called when the SelectedItem property has changed.
    Syntax
    'Declaration
     
    
    Public Property SelectedItemChanged As EventCallback(Of T)
    public EventCallback<T> SelectedItemChanged {get; set;}
    See Also